Automatic generation produced by ISE Eiffel
class
MP3_SORT
General
cluster: root_cluster
description: "Sorts a given list of actual MP3_files and moves if wished them on the hd. The criterias are id3-tag artist, title and then the filename "
create: make_with_files
Ancestors
ANY
Queries
mp3_files: LIST [STRING]
multiple_space_elim (temp_string: STRING): STRING
null_elimination (temp_string: STRING): STRING
sorted: ARRAYED_LIST [MP3_DIRECTORY [MP3_FILE]]
sorted_name: ARRAYED_LIST [STRING]
Commands
file_name_comparision (input: STRING)
make_with_files (files: LINKED_LIST [STRING])
move (target: STRING; yes: BOOLEAN)
set_mp3_files (files: LIST [STRING])
sort
Constraints
mp3 files not void
-- Generated by ISE Eiffel --
For more details: www.eiffel.com